Skip to content

Conversation

@dongjoon-hyun
Copy link
Member

@dongjoon-hyun dongjoon-hyun commented Oct 27, 2022

What changes were proposed in this pull request?

This PR aims to use Java 17 in K8s Dockerfile by default and remove Dockerfile.java17.

Why are the changes needed?

To update for Apache Spark 3.4.0.

$ docker run -it --rm kubespark/spark:dev cat /etc/os-release | grep PRETTY
PRETTY_NAME="Ubuntu 22.04.1 LTS"
$ docker run -it --rm kubespark/spark:dev java -version | grep 64
OpenJDK 64-Bit Server VM Temurin-17.0.4.1+1 (build 17.0.4.1+1, mixed mode, sharing)

Does this PR introduce any user-facing change?

Yes, but only the published docker images will get the latest OS (Ubuntu 22.04.1 LTS) and Java (17 LTS).

How was this patch tested?

Pass the CIs.

@dongjoon-hyun
Copy link
Member Author

cc @Yikun

@dongjoon-hyun
Copy link
Member Author

Could you review this, @viirya ?

@dongjoon-hyun
Copy link
Member Author

Thank you so much, @viirya . Merged to master for Apache Spark 3.4.

@dongjoon-hyun dongjoon-hyun deleted the SPARK-40941 branch October 28, 2022 00:43
@Yikun
Copy link
Member

Yikun commented Oct 28, 2022

Thanks, late LGTM.

@dongjoon-hyun
Copy link
Member Author

Thank you, @Yikun .

SandishKumarHN pushed a commit to SandishKumarHN/spark that referenced this pull request Dec 12, 2022
…e `Dockerfile.java17`

### What changes were proposed in this pull request?

This PR aims to use `Java 17` in K8s Dockerfile by default and remove `Dockerfile.java17`.

### Why are the changes needed?

To update for Apache Spark 3.4.0.

```
$ docker run -it --rm kubespark/spark:dev cat /etc/os-release | grep PRETTY
PRETTY_NAME="Ubuntu 22.04.1 LTS"
```

```
$ docker run -it --rm kubespark/spark:dev java -version | grep 64
OpenJDK 64-Bit Server VM Temurin-17.0.4.1+1 (build 17.0.4.1+1, mixed mode, sharing)
```

### Does this PR introduce _any_ user-facing change?

Yes, but only the published docker images will get the latest OS (Ubuntu 22.04.1 LTS) and Java (17 LTS).

### How was this patch tested?

Pass the CIs.

Closes apache#38417 from dongjoon-hyun/SPARK-40941.

Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants